home *** CD-ROM | disk | FTP | other *** search
- Path: modicon.de!usenet
- From: rkaufman@modicon.de (Reinhold Kaufmann)
- Newsgroups: comp.lang.rexx
- Subject: Re: Warp: How to address objects?
- Date: 28 Feb 1996 08:31:08 GMT
- Organization: AEG Schneider Automation, Germany
- Distribution: inet
- Message-ID: <4h13sc$f8r@case2.modicon.de>
- References: <63eSMVeQjhB@cirrus.ruhr.de>
- Reply-To: rkaufman@modicon.de (Reinhold Kaufmann)
- NNTP-Posting-Host: pce304.modicon.de
- X-Newsreader: IBM NewsReader/2 v1.2
-
- In <63eSMVeQjhB@cirrus.ruhr.de>, tueben@cirrus.ruhr.de (Uwe Tueben) writes:
- >
- > result=SysDestroyObject(<DRIVE_A>)
- >
- >results in
- >
- > 5 +++ result = SysDestroyObject(< DRIVE_A >);
- > REX0035: Error 35 running D:\rexxtest\test.cmd, line 5: Invalid
- > expression
-
- Just use
- result=SysDestroyObject('<DRIVE_A>')
-
- -------------------
- Reinhold Kaufmann
- rkaufman@modicon.de
-
-